home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19960715-19961006 / 000040_news@columbia.edu _Sun Jul 21 06:38:02 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: news@columbia.edu
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30]) by watsun.cc.columbia.edu (8.7.5/8.7.3) with ESMTP id GAA05406 for <kermit.misc@watsun.cc.columbia.edu>; Sun, 21 Jul 1996 06:38:02 -0400 (EDT)
  3. Received: (from news@localhost) by newsmaster.cc.columbia.edu (8.7.5/8.7.3) id GAA21771 for kermit.misc@watsun; Sun, 21 Jul 1996 06:38:01 -0400 (EDT)
  4. Path: news.columbia.edu!news.new-york.net!news.wctc.net!chi-news.cic.net!hookup!usenet.eel.ufl.edu!news.ultranet.com!zombie.ncsc.mil!news.mathworks.com!newsfeed.internetmci.com!inXS.uu.net!news.intergate.net!keystone.intergate.net!pdw
  5. From: pdw@keystone.intergate.net (Paul D. Wilson)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: PPP in DOS
  8. Date: 21 Jul 1996 06:48:18 GMT
  9. Organization: none
  10. Lines: 41
  11. Message-ID: <4ssjri$1f9@cornerstone.intergate.net>
  12. References: <4s5464$au3@amanda.dorsai.org> <31e97873.15030061@news.zippo.com> <1996Jul15.161427.82815@cc.usu.edu> <31ec9f1b.808770@news.zippo.com>
  13. NNTP-Posting-Host: intergate.net
  14.  
  15. >
  16. >From the above experiments, it suggests something has be changed
  17. >when the MS-Kermit is loaded and then be unloaded. It make me can
  18. >not switch to NCSA if I run MS-kermit first. Since EtherPPP work
  19. >with MS-kermit in your lab, so it may be caused by something in
  20. >my particular software and hardware combination. It looks it is
  21. >my time to give up my try to make PPP work in my PC once again.
  22. >
  23. >   --SAM
  24.  
  25. I was using EtherPPP with MS-Kermit last year and it worked
  26. quite well.  I had a problem similar to what you describe when
  27. I tried to load programs that were written for SLIP packet
  28. drivers over the EtherPPP driver. Specifically, the version of
  29. NCSA telnet that was not modified for EtherPPP consistantly
  30. altered the memory image of the EtherPPP driver.  Also DosLynx
  31. and a couple other DOS packet driver apps caused the same
  32. problem.  MS-Kermit, however, worked very well once I got the
  33. setup.
  34.  
  35. Here is a copy of the TCP settings I was using in the .ini file:
  36.  
  37. set TCP gateway 165.113.169.131    ; ip of gateway 
  38. set TCP primary-nameserver 165.113.169.5 ;ip of DNS
  39. set TCP subnet 255.255.255.0
  40. set TCP broadcast 255.255.255.255
  41. set TCP domain ldl.net ;host domain name
  42. set port TCP/IP dns.ldl.net ; host name
  43. set TCP address RARP       ; ip address acquisition method
  44.  
  45. Hope this helps.
  46.  
  47. -pd
  48.  
  49.  
  50. -- 
  51. =----------------------------------------------------------=
  52.  pd wilson                                pdw@intergate.net
  53.                         http://www.intergate.net/uhtml/pdw/
  54. =----------------------------------------------------------=